home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Reference Guide / C-C++ Interactive Reference Guide.iso / c_ref / clesson / c.dir / 00113_Bitmap_113 (.png) < prev    next >
Bitmap Image  |  1995-04-05  |  201KB  |  562x355  |  1-bit (2 colors)
Labels: text | screenshot | font | purple
OCR: #include <stdio.h> main( ) int i, n; float min, max, x; float minimum(float, float), maximum(float, float) float prn_info(void); prn_info( ); printf("Input n: "); scanf("%d", &n); printf("\nInput %d real numbers: ", n); scanf("%f", &x); min = max = x ;